-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ResponseOps] Rename some alert -> rule terminology in the code #178988
[ResponseOps] Rename some alert -> rule terminology in the code #178988
Conversation
/ci |
…bana into tech-debt/alert-rule-change
/ci |
…bana into tech-debt/alert-rule-change
/ci |
/ci |
Pinging @elastic/response-ops (Team:ResponseOps) |
@@ -90,6 +90,6 @@ export const INTERNAL_ALERTING_API_MAINTENANCE_WINDOW_PATH = | |||
export const INTERNAL_ALERTING_API_GET_ACTIVE_MAINTENANCE_WINDOWS_PATH = | |||
`${INTERNAL_ALERTING_API_MAINTENANCE_WINDOW_PATH}/_active` as const; | |||
|
|||
export const ALERTS_FEATURE_ID = 'alerts'; | |||
export const RULES_FEATURE_ID = 'alerts'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should actually be ALERTING_FEATURE_ID
because this is the alerting plugin (it used to be the alerts plugin)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh okay, thanks! I will update it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved in this commit ea9313d
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💚 Build Succeeded
Metrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: cc @doakalexi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for cleaning this up! 🧹
Related to #168861
Summary
This is a tech debt issue that I made a little progress on, I made some changes to rename alert -> rule. It's an ongoing task, but I made a PR for my changes so I can release the issue back to the iteration.
Nothing to verify, just make sure that the build passes.